.search-bar,
.lang-filter{
    height: 2.5rem;
    color: #212529;
    font-weight: 600;
    border:none;
    outline:none;
    transition: all .2s ease-in-out;
    background-color: #F8F9FA;
}

.publication-search-bar{
    border:1px solid #495057;
    overflow-x:hidden;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    background-color: #F8F9FA;
}

.publication-search-bar:hover,
.lang-filter:hover{
    -webkit-box-shadow: 0px 3px 7px -4px rgba(33, 37, 41, 1);
    -moz-box-shadow: 0px 3px 7px -4px rgba(33, 37, 41, 1);
    box-shadow: 0px 3px 7px -4px rgba(33, 37, 41, 1);
}

.lang-filter{
    height: 2.6rem;
    border-radius: 10px;
    border:1px solid #495057;
    cursor: pointer;
}

.search-bar{
    width: calc(100% - 3rem) !important;
}

.submit-btn{
    width:3rem;
    height: 2.5rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    border: none;
    background-color: transparent;
    color: #343A40 !important;
    transition: all .2s ease-in-out !important;
    border-left: 1px solid #343A40;
}

.submit-btn:hover{
    background-color: #D73348 !important;
    color: #F8F9FA !important;
}

.submit-btn>i{
    font-size:1rem;
}
